Keysight B2962A: Add remote sensing parameter#7925
Merged
jenshnielsen merged 4 commits intomicrosoft:mainfrom Mar 18, 2026
Merged
Keysight B2962A: Add remote sensing parameter#7925jenshnielsen merged 4 commits intomicrosoft:mainfrom
jenshnielsen merged 4 commits intomicrosoft:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7925 +/- ##
==========================================
- Coverage 60.54% 60.54% -0.01%
==========================================
Files 333 333
Lines 32227 32230 +3
==========================================
+ Hits 19513 19514 +1
- Misses 12714 12716 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
49813c8 to
e88636c
Compare
Contributor
Author
|
@microsoft-github-policy-service agree |
jenshnielsen
approved these changes
Mar 17, 2026
Collaborator
jenshnielsen
left a comment
There was a problem hiding this comment.
Thanks @neildick, The docs build error should be fixed if you merge or rebase main into this branch. The precommit that enforces linting and formatting needs to be run. Personally I would recommend to install prek https://prek.j178.dev/ and enable precommit hooks on the repo using that
Add the 'remote sensing' parameter to enable or disable the 4-wire output mode on a B2962A channel.
Add type hints to the parameters within the b2962a channel so that param.instrument can resolve the correct type.
Use the on_off_val_mapping function to be consistent with other instruments
e88636c to
7fcdeab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the 'remote sensing' parameter to enable or disable the 4-wire output mode on a B2962A channel.